home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / hwinf252.zip / HWINFO.DOC < prev    next >
Text File  |  1996-06-06  |  14KB  |  337 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║        HWiNFO - Copyright (c)1995-96 RealSoft, All Rights Reserved.        ║
  3.  ║ ────────────────────────────────────────────────────────────────────────── ║
  4.  ║                  Version 2.52 ; Last Update: Jun-06-1996                 ║
  5.  ╚════════════════════════════════════════════════════════════════════════════╝
  6.  ** Any comments, logfiles or questions are welcome: malik@iris.elf.stuba.sk **
  7.  *************************************************** malik@us.svf.stuba.sk   **
  8.  
  9.  
  10.  
  11.                  ┌──────────────────────────────────────────┐
  12.                  │  USE THIS PROGRAM ONLY AT YOUR OWN RISK  │
  13.                  └──────────────────────────────────────────┘
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.   HWiNFO is a !POWERFUL! hardware detection program. The whole code is written
  21.   in pure assembler (btw about 28,000 lines), thus it's so tiny. It is simple,
  22.   quick and on most systems very efficient. It "tries" to give only Important
  23.   information about all the physical things in your computer so, that you must
  24.   not look inside the PC to see what's there. The most routines access directly
  25.   hardware, to avoid some programs to emulate non-existing computer hardware.
  26.   I have excluded all the unnecessary information, such as CMOS, Interrupts,
  27.   Drivers, Partitions info and many others (like Norton Sysinfo, Check-It :-)),
  28.   cause as for me, nobody can use it. I hope, you don't want HWiNFO to
  29.   determine your mouse cable lenght or the speed of your computer ventilator...
  30.  
  31.  
  32.   The newest version is always (immediately) available at:
  33.   SAC ftp       - ftp.elf.stuba.sk /pub/pc/util1
  34.   SAC BBS       - ++42 7 2048 232   (19,200 Baud)
  35.                   ++42 7 2048 295   (28,800 Baud)
  36.  
  37.   At other sitez/BBS later...
  38.   SAC mirrors   - ftp.vse.cz /pub/msdos/SAC/pub/pc/util1
  39.                   ftp.cs.tu-berlin.de /pub/msdos/mirrors/ftp.elf.stuba.sk/pub/pc/util1
  40.                   ftp-beer.bke.hu /pub/sac/pc/util1
  41.                   192.217.228.45 /SAC/pub/pc/util1
  42.   Garbo archive - garbo.uwasa.fi /pc/sysinfo
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  ## Requirements ##############################################################
  49.  
  50.     - DOS 3.0 or newer
  51.     - cca. 260 KBytes of free system memory
  52.     - Real mode (not V86 !)
  53.     - Needs to be executed from directory in which it's installed in !
  54.       (I suggest, you don't rename the executable file)
  55.  
  56.     Well, that's all. I hope, it will work on all machines.
  57.  
  58.  
  59.  
  60.  
  61.  ## Registration ##############################################################
  62.  
  63.   HWiNFO is shareware, meaning that you can test the program free and check
  64.   if it is useful for you. The public version is Unregistered, but works at
  65.   FULL Power! It's of no use to make such a Shareware version of hardware
  66.   detection program with limited abilities. The only disadvantage is the
  67.   message, that HWiNFO isn't registered and to press a random key while the
  68.   results are showen.
  69.  
  70.   If you think you could use this program and don't want to see that stupid
  71.   message, or if you continue using it after a trial period of 30 days, you
  72.   should register. Otherwise after this period HWiNFO becomes an illegal copy
  73.   and you have to delete it.
  74.  
  75.   If you decide to register, you should print out the file "REGISTER.FRM", fill
  76.   it and send to this address:
  77.  
  78.                    Martin Malík
  79.                    Jakubovo nám. 3
  80.                    811 09 Bratislava
  81.                    SLOVAK REPUBLIC
  82.                    EUROPE
  83.  
  84.   If you include your Internet e-mail address, you will receive the keys via
  85.   e-mail, otherwise snail mail.
  86.  
  87.   Once you have obtained the five Keys needed to register, put exactly the same
  88.   name (as included in REGISTER.FRM), all keys in the <Register> menu of HWiNFO
  89.   and the current version will become registered.
  90.  
  91.   Note: Remember the name string, you've send me in REGISTER.FRM, because the
  92.         Registration Keys depend on it !
  93.  
  94.  
  95.   Well, the Registration fee is:
  96.  
  97.   Single Registration                  -> $15 / 20 DM
  98.                                           or 300.- Sk/KC (Slovak/Czech people)
  99.  
  100.   Multiple Registrations (Companies)   -> Contact me first for special
  101.                                           arrangements.
  102.  
  103.   A single registration is valid for all future versions. And there will be
  104.   a lot of newer versions of course.
  105.  
  106.   You should register Now !
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  ## Comments... ###############################################################
  116.  
  117.  
  118.   The CPU ID is available only on 386+ CPUs and HWiNFO uses three ways to
  119.   obtain this ID:
  120.  
  121.   Method 1 - Does Reset the CPU while A20 is Enabled.
  122.              This method works on all systems, but the Reset handler gets
  123.              control after BIOS. And some BIOSes (some newer AMI/Award BIOSes)
  124.              destroy CPU ID (EDX) and therefore this ID could be invalid.
  125.              This method is default <Enabled> in Setup section.
  126.  
  127.   Method 2 - Does Reset the CPU while A20 is Disabled.
  128.              This method works only on some machines, which do have a
  129.              Fully-Terminated bus. It's a better way to obtain CPU ID, because
  130.              it gets control immediately after Reset (the BIOS can't destroy
  131.              EDX).
  132.              This method is default <Disabled> in Setup section.
  133.  
  134.   Method 3 - Try to use this method if your BIOS destroys CPU ID. But it works
  135.              only on systems, which do not have Main BIOS Write-Protected,
  136.              because it modifies it for a bit, and then restores back. (This
  137.              method works well on my machine and is the only way to get CPU ID).
  138.              This method is default <Enabled> in Setup setction.
  139.  
  140.  
  141.  
  142.   HWiNFO tries to determine CPU ID this way, via: 1. CPUID instruction
  143.                                                   2. BIOS (INT 15h)
  144.                                                   3. Method 2 (if Enabled)
  145.                                                   4. Method 3
  146.                                                   5. Method 1
  147.  
  148.   If you have an UMC U5SX/SD/SLV/486DX2/SX2, Enhanced Am486DX2/DX4/DX4-WB,
  149.   Intel 486DX/SX/DX2 SL-Enhanced, IntelDX4, IntelSX2, IntelDX2 W-B Enh. or
  150.   Intel Pentium(TM) and above, there is no need to Reset the CPU (these CPU
  151.   support CPUID instruction). The most CPUs today support CPUID instruction.
  152.   Note: Nx586 does NOT support CPUID instruction yet, but Nx686 does.
  153.  
  154.   Disabling "CPU ID detection via Method 1, 2 and 3" reduces your CPU detection
  155.   range! And if there's no other way to obtain ID (via BIOS or CPUID
  156.   instruction), it won't identify 386SL, i386CX/EX, 486DX2, IBM 486... and some
  157.   other CPUs. Do this only if your system hangs while CPU detection.
  158.  
  159.   Some BIOSes (like - AMI PCI PnP WinBIOS 12/15/93) simply OVERWRITE the
  160.   CPU ID (EDX) :-< ! In this case is an invalid CPU ID displayed and the CPU
  161.   problably not correctly identified. If this problem occurs, try to use
  162.   Method 3 (but your Main BIOS must be Write-Enabled !). If it doesn't work,
  163.   try to use Method 2 (but you must have a Fully-Terminated bus !). And if
  164.   HWiNFO still displays, that Method 1 was used to obtain CPU ID, not Method 2
  165.   nor 3 can obtain it.
  166.  
  167.  
  168.   This program can't be run in V86 mode (under EMM386, QEMM386, 386MAX, Windows
  169.   and so on), because some of the detection routines can't work in this mode.
  170.   V86 mode and Multitasking Environments also manipulate Benchmark results,
  171.   BIOS scan and are able to control direct I/O operations, which can cause
  172.   invalid results. Windows NT(tm) does not allow 16-bit appz to directly access
  173.   the disk and some hardware routines cause problems, thus it can't be
  174.   supported.
  175.  
  176.  
  177.   !!  ARIA sound card, Stacker Compression Card and 3Com EtherLink III Adapter
  178.   !!  detection routines cause crash or reconfiguration of some Network cards.
  179.   !!  You can disable them the in Setup section (ARIA and Stacker check are
  180.   !!  default disabled and 3Com EtherLink III is enabled).
  181.  
  182.  
  183.   On some old motherboards are random number obtained from not used I/O ports
  184.   and this may cause invalid identification of Aria sou